@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    color: #444444;
 
}
.container{
    max-width: 1460px !important;
}

a {
  color: #1977cc;
  text-decoration: none;
 
}

a:hover {
  color: #3291e6;
  text-decoration: none;
   font-family: 'Lato', sans-serif;
}

.p{
 font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}
.donation-title p{
        color: #fff;
    text-align: center;
    font-size: 13px;
}

/*input[type=date] {*/
  /*text-align: right;*/
/*}*/

/*input[type="date"]:before {*/
/*  color: lightgrey;*/
/*  content: attr(placeholder) !important;*/
/*  margin-right: 0.5em;*/
/*}*/

/*input[type="date"]:before {*/
/*  color: lightgrey;*/
/*  content: attr(placeholder) !important;*/
/*  margin-right: 0.5em;*/
/*}*/
/*input[type="date"]:focus:before {*/
/*  content: '' !important;*/
/*}*/
.form .calendar{
        width: 100%;
    /*display: block;*/
}
.ui.input{
    width: 100%;
}
.ui.input label{
    width: 100%;
}
textarea{
        padding-left: 10px;
        padding-top: 5px;
            border-radius: 6px;
    border: 1px solid lightgray;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #FFC11D;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
    line-height: 1;
    margin-top: 15px;
    color: #000;
    transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #ffffff;
}
#topbar .contact-info i {
     color: #fff;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
    margin-top: 18px;

}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: white;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.fa-phone{
    transform: rotate(90deg);
    margin-left: -8px;
    
}
.location {
    color:white;
}
.location p {
   color: white;
    margin-top: 12px;
}

.bbottom{
        border-bottom: 2px dashed #056CA7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.active-img img{
    width:300px; 
    /*height:278px; */
        height: auto;
    margin-bottom:15px;
}

.obituary-img img {
    width: 300px;
    height: 288px;
    /* height: auto; */
    margin-bottom: 15px;
}

.achiev-img img {
    width: 300px;
    height: 278px;
    margin-bottom: 15px;
}

/*---.fa-phone:before{
color:red-----------------------.fa-phone:before{
color:red------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-top:-24px;
  background: #E93220;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
 font-family: 'Lato', sans-serif;
}
#header .logo a {
  color: #2c4964;
}
#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button *
*/
.appointment-btn {
    margin-left: 25px;
    background: #056CA7;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
    white-space: nowrap;
    transition: 0.3s;
    /*font-family: "Raleway", sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
      /*-webkit-animation: bounce .3s infinite alternate;*/
  /*-moz-animation: bounce .3s infinite alternate;*/
  /*animation: bounce .3s infinite alternate;*/
}
@-webkit-keyframes bounce {
  to { -webkit-transform: sale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }

}
.appointment-btn:hover {
  background: #fff;
  color:#E9321F;
      /*border: 1px solid;*/
}

.detail-img{
    width: 50%;
    height: 350px;
}

 .logo_gif{
        position: absolute;
    z-index: 11;
    margin: 1% 1% 0% 88%;
    
}
 .logo_gif img{
    width: 90%;
}
@media (max-width: 768px) {
    .logo_gif img {
        width: 80px !important;
    }
    .logo_gif{
        right: 0;
        
    }
    #navbar {
         margin: unset !important; 
        margin-left: auto !Important;
    }
    .kharvi-name img {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    .facebook {
        background: #4267b1;
        color: white;
        font-size: 18px !important;
        width: 25px !important;
        /* margin-left: 8px; */
        text-align: center;
        height: 25px !important;
        border-radius: 6px;
    }
    .instagram {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        color: white;
        font-size: 18px !important;
        width: 25px !important;
        text-align: center;
        height: 25px !important;
        border-radius: 6px;
        /* margin-left: 6px; */
    }
    .whatsapp {
        background: #25d366;
        color: white;
        font-size: 18px !important;
        width: 25px !important;
        text-align: center;
        height: 25px !important;
        border-radius: 6px;
        /* margin-left: 6px; */
    }
    .lang_tran {
            padding: 3px 4px !important;
            border-radius: 6px;
            border: 1px solid #cbcbcb;
            font-size: 14px;
            margin-top: 10px;
        }
  .appointment-btn {
        margin: 0 15px 0 0;
    padding: 1px 7px;
  }
  .news-img{
      width: 100% !important;
    height: 200px !important;
  }
  .home_slider .item img{
    height: 160px !important;
    }
    
    .home_slider{
    min-height:0 !important;
    margin-top: 3px;
}
  .detail-img{
         width: 100% !important;
    height: 260px !important;
  }
  .social_content{
    text-align:center !important;
        display: inline-flex;
    margin: 0 auto;
    }
    .form {
        padding: 0px 5px !important;
    }
    .donars {
        border: 2px solid #056ca7;
        /* margin: 45px 400px; */
        /* margin: 10px 380px 70px 380px; */
        width: 350px !important;
        margin: 20px auto;
        padding: 10px 15px;
    }
    
    .services {
        border: 1px solid #056ca7;
        padding-top: 56px;
        background-color: #ececec;
        /* margin: 35px 420px 100px 420px; */
        width: 350px !important;
        margin: 20px auto;
        padding: 10px 15px;
    }
  
  .date{
          float: right;
     margin-top: 0px!important; 

  }
  .extraimgfluid {
    height: 150px !important;
    width: 100%;
    }
    .section-title h2 {
        font-size: 20px !important; 
        font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 0;
        position: relative;
        color: #000000;
         margin-top: 0px !important; 
    }
  .active-img img {
        width: 100%;
        height: 278px;
        margin-bottom: 15px;
    }
    .achiev-img img {
        width: 100%;
        height: 278px;
        margin-bottom: 15px;
    }
  
  .founder .member {
        position: relative;
        box-shadow: 0px 1px 12px rgb(44 73 100 / 8%);
        padding: 10px;
        border-radius: 10px;
        height: 240px !important;
        margin-bottom: 30px;
        border: 1px solid #f1f1f1;
    }
    .founder img {
        margin: 0 auto;
        display: table;
        border: 1px solid #056ca7;
        height: 160px !important;
    }
    .founder-name {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        color: #E9331F;
        font-size: 16px;
    }
    .founder1 .member1 img{
            height: 160px;
    }

}

.founder1 .member1 img{
           height: 247px;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
      position: relative;
    white-space: nowrap;
    margin: 1px;
    padding: 0 5px;
}

 

.navbar a, .navbar a:focus {
      display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    /*border-right: 2px solid #fff;*/
    padding: 4px 6px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
  border-color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #056CA7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  border: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
   background: #fff;
  /* padding: 5px; */
  width: 188px;
  color: #E9321F;
  margin-left: 5px;
  border-radius: 2px;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  
  .donation{
      background-color: red;
  }
  
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #e9331f;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border: none;
      border-bottom: 1px solid #ffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffffff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {

}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}
#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero .btn-get-started {
 font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}
#hero .btn-get-started:hover {
  background: #3291e6;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 5px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: left;

}
.section-title h2 {
        font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    color: #000000;
    margin-top: 8px;
    
}

.section-date h5{
        font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-align: right;
}

/*.section-title h2::before {*/
/*      content: "";*/
/*    position: absolute;*/
/*     display: block; */
/*    width: 120px;*/
/*    height: 3px;*/
/*    background: #056ca7;*/
/*    bottom: 1px;*/
/*}*/
/*.section-title h2::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  display: block;*/
/*  width: 40px;*/
/*  height: 3px;*/
/*  background: #E9321F;*/
/*  bottom: 0;*/
/*  left: calc(50% - 20px);*/
/*}*/
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 10px 0;
    background-color: #056ca7;
    min-height: 40px;
    color: white;
        margin-top: 2px;
}

.breadcrumbs a{
    color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
}
.breadcrumbs h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;

}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
      font-weight: 500;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
        /*float: right;*/
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  #social_link{
      text-align:center;
  }
  .social_media{
      float:none !important;
      margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #E9321F;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #E9321F;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #E9321F;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #E9321F;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #e9321fcf;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #E9321F;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #E9321F;
  border-color: #E9321F;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #1977cc;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #E9321F;;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
 font-family: 'Lato', sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid  #e9321fcf;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #E9321F;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #2c4964;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #E9321F;
  border-color: #E9321F;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #E9321F;
}
.services .icon-box:hover .icon::before {
  background: #2179b7;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #1977cc;
}
.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #E9321F;;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}
.departments .nav-link:hover {
  color: #1977cc;
}
.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}
.departments .details p {
  color: #777777;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.memberdata h2{
    text-align: left;
    margin-top: 12px;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}
.mt-10{
    margin-top:10px;
}
.multiimage img{
    border:1px solid #f2f2f2;
}
.doctors img{
    margin-top:15px;
}
.doctors .member {
  position: relative;
  border: 1px solid #056ca7;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.doctors ul li{
    font-size:15px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #E9321F;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #E9321F;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #1977cc;
}
.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
 font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #E9321F;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {

  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #E9321F;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E9321F;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  
  margin-bottom: 20px;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
/*.gallery .gallery-item:hover img {*/
/*  transform: scale(1.1);*/
/*}*/

/*.gallery .date:hover  {*/
/*  transform: scale(1.1);*/
/*}*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
      margin-top: 3px;
  /*background: #fff;*/
     
  
}
.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
 font-family: 'Lato', sans-serif;
 
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}
.contact .info .email, .contact .info .phone {
  margin-top: 20px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;

}
.contact .php-email-form .form-group {
  padding-bottom: 15px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  /*background: #ed3c0d;*/
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  /*background: #18d26e;*/
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  /*background: #fff;*/
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: none;
  width: 83%;
  border: 1px solid #000;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: none;
  border: 1px solid #000;
  padding: 10px 23px;
  color: #000;
  font-weight: 600;
  transition: 0.4s;
  
}
/*.contact .php-email-form button[type=submit]:hover {*/
/*  background: #1c84e3;*/
/*}*/
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
color: #444444;
    font-size: 14px;
    background: #fdd30f;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #056ca7;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
#footer .footer-top .footer-links ul i{
 font-family: 'Lato', sans-serif;
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fdd30f;
}
#footer .footer-newsletter {
  font-size: 15px;
  
}
#footer .footer-newsletter h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter p{
  color:white;
}
#footer .footer-newsletter form {
  margin-top: 7px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #E9321F;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
    background: #fff;
    color: #E9321F;
    border: 1px solid;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
font-size: 18px;
    display: inline-block;
    /* background: #1977cc; */
    color: #fff;
    line-height: 1;
    border: 1px solid;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;

}
#footer .social-links a:hover {
  background: #E9321F;
  color: #fff;
  text-decoration: none;
}

.matrimonial_form{
    border: 1px solid #056ca7;
    padding: 10px;
        margin-top: 25px;
}

.matrimonial_form h2{
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
/* ========gaurav =============== */

.home_slider .item{
  margin-top:0px;
  
}
.home_slider{
    min-height:450px;
    margin-top: 3px;
}

#navbar{
  margin: 0 auto;
}

.hide{
    display:none;
}
.news-section{
    margin-top:10px;
}
.job{
    margin-top:25px;
    margin-bottom:25px;
}

@media only screen and (max-width: 480px){
  .home_slider .item img{
    height: 200px;
    }
  
  .wedding-img{
      margin-top: -12px!important;
  }
  
  .job{
      
      
  }
  .breadcrumbs .h2titile{
      font-size:18px;
    
}

.readbtn{
    margin-top: 10px;
}

.activi:before {
    content: "";
    position: absolute;
    background: #056ca7;
    height: 2px;
    margin-top: 28px;
    width: 85px;
}

.heading{
    margin-top: 15px!important;
}


.achiver h4{
    margin-top: 15px;
}

  .achiev{
      margin-top: 20px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #e83421;
    border: none;
}
  #example2 input{
    width:320px !important;
}

  .home_slider .owl-dots {
    left: 35%!important;
    top: 73%!important;
}
  .pikaday__display {
        width: 315px !important;
    height: 37px;
    
}
  
  



.bottom h3:before {
    content: "";
    position: absolute;
    background: #056ca7;
    height: 2px;
    margin-top: 33px;
    width: 300px!important;
}
.fanta1-img img{
    display: none;
}

.fanta2-img img{
    display: none;
}

.kharvi-name h1{
    font-size: 20px!important;
}

.form-top-section h2{
    font-size:20px !important;
    
}

.next button{
    margin-left: 0px !important;
}

.home_slider .owl-nav .owl-prev  span{
    position: absolute;
    left: 10px;
    font-size: 29px;
    top: 75px!important;
    color: #fff;
    background-color: #fdd30f33;
    padding: 4px 15px;
    
}

  
   
.home_slider .owl-nav .owl-next  span{
position: absolute;
    right: 10px;
    font-size: 29px;
    top: 75px!important;
    color: #fff;
    background-color: #fdd30f33;
    padding: 4px 15px;
    
}




}

.dateof input::placeholder{
    color:#000 !important;
}




/* ========gaurav =============== */


/* Demo purposes only */





.copyright {
    text-align: center;
    color: #000;
    margin-top: 9px;
    font-weight: 600;
}

.next button{
    border-radius: 6px; 
    border: 1px solid #056ca7;
    padding: 5px 25px;
    margin-top: 17px;
    margin-bottom:10px;
    display: inline-block;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #056ca7;
    color: #fff;
    font-weight: 500;
}
.next button:hover{
    background:#e93220;
}



    .container-qutes{
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 30px 147px;
        height:773px;
        color:#000;
}
 .container-qute{
             border-radius: 5px;
    background-color: #f2f2f2;
    padding: 41px 177px;
    height: 628px;
    color: #000;
    width: 1037px;}

.dow-icon{
    margin-bottom: -5px;
    margin-left: -124px;
    margin-top: -202px;
    border: 1px;
    border: 1px solid #000;
    padding: 8px;
    font-size: 34px;
    margin-right: 600px;
    text-align: center;
    color: #FCC000;


}
.dow-icon p{
    color:#000;
}
.can{
   text-align: center;
}
    


.cancel a{
border: 1px solid #000;
    padding: 5px 29px;
    display: inline-block;
    color: #000;
    font-size: 20px;
}
.next a{
    border-radius: 34px;
    border: 1px solid #056ca7;
    padding: 0px 19px;
    margin-top: 50px;
    display: inline-block;
    color: #000;
      font-family: 'Lato', sans-serif;
    margin-left: -55px;
    font-size: 23px;
    text-transform: uppercase;
    background-color: #056ca7;
    color: #fff;
    font-weight: 500;
}
.next a:hover{
    background-color:#E9321F;
    color:#fff;
}
label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
    color: #000;

}

label.images {
  
  display: inline;
}


input[type=submit] {
  background-color: #E3000F;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

    
.variants {
  display: flex;
  justify-content: center;
  align-items: center;
}

.variants > div {
  margin-right: 5px;
}

.variants > div:last-of-type {
  margin-right: 0;
}

.file {
  position: relative;
  justify-content: center;
  align-items: center;
}



.file > label {
    font-size: 1.3em;
    font-weight: 300;
    width: 163px;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    background-color: hsl(202deg 94% 34%);
    color: hsl(0, 0%, 29%);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.file > label:hover {
  border-color: hsl(0, 0%, 21%);
}

.file > label:active {
  background-color: hsl(0, 0%, 96%);
}

.file > label > i {
  padding-right: 5px;
}

.file--upload > label {
    margin-left:35px;
border-radius: 40px;
    color: #fff;
    border-color: #fff;
}

.file--upload > label:hover {
  border-color: #E9321F;
  background-color: #E9321F;
  color:white;
}

.file--upload > label:active {
  background-color: hsl(204, 86%, 91%);
}

.file--uploading > label {
  color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
}

.file--uploading > label > i {
  animation: pulse 5s infinite;
}

.file--uploading > label:hover {
  border-color: hsl(48, 100%, 67%);
  background-color: hsl(48, 100%, 96%);
}

.file--uploading > label:active {
  background-color: hsl(48, 100%, 91%);
}

.file--success > label {
  color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
}

.file--success > label:hover {
  border-color: hsl(141, 71%, 48%);
  background-color: hsl(141, 71%, 96%);
}

.file--success > label:active {
  background-color: hsl(141, 71%, 91%);
}

.file--danger > label {
  color: hsl(348, 100%, 61%);
  border-color: hsl(348, 100%, 61%);
}

.file--danger > label:hover {
  border-color: hsl(348, 100%, 61%);
  background-color: hsl(348, 100%, 96%);
}

.file--danger > label:active {
  background-color: hsl(348, 100%, 91%);
}

.file--disabled {
  cursor: not-allowed;
}

.file--disabled > label {
  border-color: #e6e7ef;
  color: #e6e7ef;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    color: hsl(48, 100%, 67%);
  }
  50% {
    color: hsl(48, 100%, 38%);
  }
  100% {
    color: hsl(48, 100%, 67%);
  }
}

.instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: white;
    font-size: 23px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 6px;
    /*margin-left: 6px;*/
}



.instagram:hover{
    color: #fff;
}

.whatsapp{
    background: #25d366;
    color: white;
    font-size: 23px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 6px;
    /*margin-left: 6px;*/
}

#topbar .social-links a{
    /* color: #CCC; */
    height: 30px;
    text-align:center;
    font-size: 16px;
    margin: 4px;
    width: 30px;
    border: 1px solid #CCC;
    padding: 9px;
    border-radius: 50%;}
    .instagram fab{
        background:#4267B2;
        margin:5px;
        border-radius: 6px;
    }
   .facebook {
    background: #4267b1;
    color: white;
    font-size: 23px;
    width: 30px;
        /*margin-left: 8px;*/
    text-align: center;
    height: 30px;
    border-radius: 6px;
}
 .facebook:hover{
     color: #fff;
     background-color:#4267b1 ;
 }
 #topbar  .contact-inf{
       color:yellow;
   }
   
   
   
   
   
.home_slider .owl-nav .owl-prev  span{
    position: absolute;
    left: 10px;
    font-size: 29px;
    top: 175px;
    color: #fff;
    background-color: #fdd30f33;
    padding: 4px 15px;
    
}

.home_slider .owl-nav .owl-prev  span:hover{
    background-color:#056CA7;
    color:#fff;
}
   

.home_slider .owl-nav .owl-next  span:hover{
    background-color:#056CA7;
    color:#fff;
}
   
   
.home_slider .owl-nav .owl-next  span{
position: absolute;
    right: 10px;
    font-size: 29px;
    top: 175px;
    color: #fff;
    background-color: #fdd30f33;
    padding: 4px 15px;
    
}



/*===============News =====================*/
/*body{margin-top:20px;}*/

.section {
    padding: 100px 0;
    position: relative;
}
.gray-bg {
    background-color: #ebf4fa;
}
/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #056CA7;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.blog-grid .blog-info {
      box-shadow: 0 0 30px rgb(31 45 61 / 13%);
    border-radius: 5px;
    background: #ffffff;
    height: 195px;
    padding: 15px;
    margin: -30px 15px 0;
    position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #3a3973;
}
.blog-grid .blog-info p {
  margin: 0;
      font-size: 15px;
}
.blog-grid .blog-info .btn-bar {
      /*margin-top: 75px;*/
          position: absolute;
    bottom: 10px;
        margin-left: 45%;
}

.px-btn-arrow {
    padding: 0 43px 0 0;
    line-height: 20px;
        font-weight: 700;
    position: relative;
    display: inline-block;
    color: #E9321F;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}


.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow a:hover{
    color: black;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home_slider .owl-dots{
    position: absolute;
    left: 47%;
    top: 80%;
    
}
.home_slider .owl-item img{
    height:450px;
}
/*===============News =====================*/

.contact_content h2{
        font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_content .address p{
        margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.contact_content .email p{
        margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.contact_content .phone p{
        margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.contact_content .phone p a{
    color:#000;
}
.contact_form .form-control{
    border:1px solid #a1a1a1;
}
.contact_form{
    margin-top:20px;
}

.services{
    border:1px solid #056ca7;
    padding-top:56px;
    background-color: #ececec;
    /*margin:35px 420px 100px 420px;*/
        width: 660px;
    margin: 20px auto;
    padding: 10px 15px;
}


.adver{
    margin-top:25px;
        /*margin-top: 15px;*/
}

.advertisement{
    margin:0 auto;
    display:table;
}

#con-tainer h3{
    font-size:22px;
text-align: center;
    margin: 20px 0;
    color: #056ca7;
    position: relative;
}


#con-tainer h3:before{
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #056ca7;
    top: 12px;
    left: 35px;
}


#con-tainer h3:after{
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #056ca7;
    top: 12px;
        right: 40px;
}


.kharvi-name{
    /*display: flex;*/
    /*padding-top: 15px;*/
    text-align:center;
}

.kharvi-name h1{
     color: #056ca7;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 27px;
    margin-top: 12px;
    font-weight: bold;
}


/*.kharvi-name h1 span{*/
/*    font-size:31px;*/
/*}*/


 .mariquee-text marquee{
        background-color: darkgreen;
    color: #fff;
    /*font-size: 20px;*/
    height: 33px;
    margin-top: 10px;
}

.title-section{
    width:100%;
    text-align: center;
    color: black;
    font-size: 19px;
        margin-top: 20px;
}

.title-section span{
    font-size: 27px;
    font-weight: 600;
    color: red;
        
    
}

.doctors h3{
        text-align: left;
    color: #E9331F;
    font-weight: 700;
        font-size: 24px;
}

/*.doctors h3:before{*/
/*      content: "";*/
/*    position: absolute;*/
/*    background: #056ca7;*/
/*    height: 2px;*/
/*  margin-top: 35px;*/
/*    width: 35%;*/
/*}*/
.dashed-border {
    border-top: 2px dashed #056CA7;
        margin-top: 30px;
        margin-bottom: 20px;
}

.form-top-section{
   background-color: #056ca7;
    color: #fff;
    margin-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 19px;
}

.form-top-section h2{
    padding:6px 0;
        /*margin: -56px auto 0px auto;*/
    font-size: 25px;
    /*display: table;*/
        text-align: center;
}

.news-section h3{
        text-align: left;
    color: #E9331F;
    font-weight: 600;
        font-size: 24px;
    
}

/*.news-section h3:before{*/
/*        content: "";*/
/*    position: absolute;*/
/*    background: #056ca7;*/
/*    height: 2px;*/
/*    margin-top: 35px;*/
/*    width: 120px;*/
/*}*/


.profile-pic{
    width: 50px;
    height: 50px;
    border-radius: 79px;
    margin: 15px auto 0px auto;
    display: table;
}

.profile-pic img{
    
    width: 140px;
    height: 150px;
    padding: 1px;
    border: 2px solid #056CA7;

}

.donation{
    background-color:#d3d3d35c;
    
}

.donation-title h2{
        margin:0 auto;
    display:table;
    
    color: #fff;
}

.donation-title{
  
    padding: 7px 0px;
    background: #056ca7;
   /*margin: -18px 3px -30px 3px;*/

}

.doantion-details{
    background-color:#727272;
    display:flex;
    margin-top:12px;
    padding:5px 25px;
}

.doantion-details p{
    margin-left:20px;
    font-size: 15px;
    font-weight: 600;
    color:#fff;
}

.doantion-details img{
    width:136px;
    height:65px;
    margin-top:5px;
}

.img-news{
        width: 89% !important;
    height: 190px;
}


.donars{
    background-color:#d3d3d35c;
    
}


.donars {
    border: 3px solid #056ca7;
    /* margin: 45px 400px; */
    /* margin: 10px 380px 70px 380px; */
    width: 786px;
    margin: 20px auto;
    padding: 10px 15px;
}

.donars-title h2{
        /*margin:5px auto;*/
    display:table;
    
    color: #fff;
}

.donars-title{
  text-align:left;
    padding: 7px 10px;
    background: #056ca7;
    margin-bottom: 20px;

}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #E93220 !important;
    color: #fff;
    font-size: 1em;
}
.donars-title p{
        color: #fff;
    font-size: 1px;
    text-align: justify;
    margin-top: 7px;
}

.donars-details{
    background-color:#727272;
    display:flex;
    margin-top:12px;
    padding:5px 25px;
}

.donars-details p{
    margin-left:20px;
    font-size: 15px;
    font-weight: 600;
    color:#fff;
}

.donars-details img{
    width:136px;
    height:65px;
    margin-top:5px;
}

.title2{
        margin: 10px 0;
    text-align:center;
    position:relative;
}

.title2 h3{
    font-size:22px;
    color:#056ca7;
}




.title2 h3:before{
    content: "";
    width: 100px;
    height: 2px;
    background-color: #056ca7;
    position: absolute;
    left: 110px;
    bottom: 13px;
    
}



.title2 h3:after{
    content: "";
    width: 100px;
    height: 2px;
    background-color: #056ca7;
    position: absolute;
    right: 110px;
    bottom: 13px;
    
}

.donation-text h2{
    text-align: center;
    font-size: 22px;
    background: #056CA7;
    padding:8px 0;
    color:#fff;
}

.donation-form{
      padding: 15px 15px;
    background: #e8e8e8;
    /* margin-top: -8px; */
     min-height: 319px; 
     text-align: center;
}
.donation-form img{
    height:295px;
}

.payment-details h2{
        text-align: center;
    font-size: 22px;
    background: #056CA7;
    padding:8px 0;
    color:#fff;
    
}
.payment-img {
    margin-top:-8px;
    min-height:320px;
    padding:20px;
    background:#e8e8e8;
    
}

.submit12{
    margin:30px 0;
    text-align: center;
    
}

.donation{
    border:1px solid #056ca7;
    /*margin: 45px 400px;*/
    /*margin:10px 380px 70px 380px;*/
           width: 720px;
    margin: 20px auto;
    padding: 10px 15px;


}

@media only screen and (max-width: 480px) {
  reg {
    font-size: 14px;
    font-weight: 500;
    
  }
}

.submit12 button{
    text-align: center;
    border: none;
    background: #E9321F;
    color: #fff;
    padding:10px 25px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.submit13 button{
          text-align: center;
    border: none;
    background: #E9321F;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_submit_data{
           text-align: center;
    border: none;
    background: #E9321F;
    color: #fff;
    padding: 6px 25px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    /*margin-top: 10px;*/
}

.btn_submit_data:hover{
    background: #056ca7;
}

#footer .footer-top .footer-links .getintouch li i{
    font-size: 25px;
}
#footer .footer-top .footer-links .add a {
    line-height: 25px;
}

#footer .footer-top .footer-links .add i{
        margin-bottom: 14px;
}
.footer-top h4:before{
      content: "";
    position: absolute;
    background: #fb4931;
    height: 2px;
    width: 100px;
    top: 29px;
}

.footer-newsletter h4:before {
    content: "";
    position: absolute;
    background: #fb4931;
    height: 2px;
    width: 166px;
    top: 29px;
}

.float{
	position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 7px;
}
.forward{
       position: fixed;
    width: 45px;
    height: 45px;
    bottom: 93px;
    right: 40px;
    background-color: #e9321f;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 10px;
}

.my-float{
	margin-top:16px;
}
.blog-info h6{
        font-size: 19px;
    font-weight: 600;
}
.blog-info h6 a{
    color: black;
    font-size:17px;
}
.map{
  margin: 0px;
    padding-left: 58px;
}

.phone hr{
    margin-right: 78px;
    margin-left: 60px;
    
}

.goog-te-gadget {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    padding-left: 64px;
    color: #666;
    white-space: nowrap;
}

.reg{
    font-size: 12px;
    font-weight: 500;
    list-style: none;
}

.top-social{
    float: right;
}
.top-social li{
    list-style: none;
    display: inline-flex;
    margin-top:10px;
    margin-left:10px;
   
}
.lang_tran{
            padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    margin-top: 10px;
    
}

.language
{
        float: right;
    /*list-style: none;*/
    /*margin: 10px 6px;*/
}
.form{
    padding: 0px 35px;
}


.form input[type="file"]{
    display: none;
}
.form .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


.social_content{
    text-align:right;
}

.social_media{
    display:inline-flex;
        margin-top: 10px;
            /*float: right;*/
}
.social_media a{
    margin-right:10px;
}

@media only screen and (max-width: 480px) {
    .donation{
        width: 360px;
        margin: 20px auto;
    }
    
    /*.services{*/
    /*    margin:0;*/
    /*}*/
    #con-tainer h3:before{
         display: none;
    }
    #con-tainer h3:after{
         display: none;
    }
    
    .title2 h3:before{
        display: none;
    }
    
    .title2 h3:after{
        display: none;
    }
    .reg {

    padding-bottom: none;
}
    
    .next a {
       margin-left: 20px;
}

.file > label {
    margin-left: -14px;
  
}

.top-social{
    display: -webkit-box;
    grid-gap: 10px;
    margin-top: 20px;
}

 .kharvi-name h1 {
    font-size: 18px!important;
}

.reg {
    display: none;
}

}


.kharvi-name img{
    width: 90%;
    margin-bottom: 5px;
}


.fanta2-img img{
    height:130px;
    float:right;
    width:225px
}

.fanta1-img img{
    height:130px;
    width:225px;
}

.fanta{
    padding-bottom:25px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.reg{
    float:right;
}

#social_link{
    padding:0;
}

#example2 input{
    position:relative;
        width: 100%;
border-radius:6px;
    height: 38px;
       border: 1px solid lightgray;
}
#example2  .text-input i{
        position: absolute;
    z-index: 111111111;
    top: 10px;
    right: 10px;
}




.marquee{
            font-size: 15px;
    padding-top: 6px;
}

.advertisement img{
    /*width: 355px;*/
}

.doctor-text {
    margin-top: 15px!important;
        font-size: 15px;
    line-height: 27px;
        margin-bottom: 30px;
        text-align: justify;
}

.form-control {
        display: block;
    width: 100%;
    padding: 6px 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24.5px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.uploadbtn label{
        border-radius: 34px;
    border: 1px solid #056ca7;
    padding: 0px 19px;
    margin-top: 50px;
    display: inline-block;
    margin-left: -55px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    background-color: #056ca7;
    color: #fff;
    font-weight: 500;
}


#alertbootstrap1{
    font-size:23px;
}

.bottom h3{
        text-align: center;
    color: #E9331F;
    font-weight: 700;
        margin-top: -20px;
}

.bottom h3:before {
    content: "";
    position: absolute;
    background: #056ca7;
    height: 2px;
    margin-top: 33px;
    width: 31%;
}

.points{
    list-style: inside;
}

.advertisement-section{
    border: 1px solid #056CA7; 
    padding: 10px 10px; 
    margin-top:10px;
    
}

#founder{
    /*margin-top:30px*/
}
.founder1{
    margin-bottom:40px;
}
   .founder1 .member1 {
    position: relative;
    box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
    padding: 10px;
    border-radius: 10px;
        border: 1px solid #f1f1f1;
    /*height: 338px;*/
        text-align: center;
}
.foundertitle{
        margin: 1% 0% 2% 0% !important;
        font-weight:600;
}
.founder .member {
       position: relative;
    box-shadow: 0px 1px 12px rgb(44 73 100 / 8%);
    padding: 10px;
    border-radius: 10px;
    height: 305px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    
}

.founder img{
    margin: 0 auto;
    display: table;
    border: 1px solid #056ca7;
        height: 231px;
}

.founder-name{
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
    color: #E9331F;
        font-size: 17px;
}

/*.fond-head{*/
    
/*    text-align: center;*/
/*    font-weight: 700;*/
/*}*/

.fond-head {
    text-align: center;
    color: #E9331F;
    font-weight: 700;
}

.fond-head:before {
    content: "";
    position: absolute;
    background: #056ca7;
    height: 2px;
    margin-top: 32px;
    width: 144px;
}



.achiver h4{
    font-weight: 600;
}

.readbtn{
    float: right;
    padding: 6px;
    border-radius: 4px;
    color: #fff;
    background-color: #056CA7;
}

.readbtn:hover{
    color:#fff;
}

.heading {
    color: #E9331F;
    font-weight: 600;
    font-size: 23px;
    text-align:left;
}

.name{
  color: #E9331F;
    font-weight: 600; 
    line-height: 2;

}

.activi{
  text-align: center;
    color: #E9331F;
    font-weight: 700;   
}

.activi:before{
       content: "";
    position: absolute;
    background: #056ca7;
    height: 2px;
    margin-top: 32px;
    width: 100px;
}

.section-title-1 h4{
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery-date{
    
    text-align: center;
    background: #056CA7;
    /*width: 300px;*/
    color: white;
        padding: 5px 5px;
}


table {
  font-family: 'Lato', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 1px solid #8e8e8e;
  text-align: left;
  padding: 15px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


  th {
  border: 1px solid #8e8e8e;
    font-size: 15px;
    padding: 7px;
    background-color: #FDD30F;
    color: #000;
}

.bride-text{
           color: #020202;
    background: #f7f7f7;
    width: 200px;
    padding: 6px;
    font-size: 14px;
    line-height: 21px;
}
.bride-img{
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    /*box-shadow: 0px 0px 7px 0px;*/
    border: 1px solid #aeaeae;
}

.wedding-details{
  box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
    padding: 10px 5px;
    border-radius: 20px; 
    margin-top:10px;
}

.news{
        display: table;
    margin: 0 auto;
}
.news-heading{
    background: #056CA7;
    color: #fff;
    padding: 20px;
    font-size: 21px;
    font-style: italic;
}

.payment-details{
        background: #e8e8e8;
        min-height: 200px;
        margin-top: 15px;
}
.payment-details p{
    padding: 8px 17px;
}

.QR-code{
    display: table;
    margin: 0 auto;
    padding-top: 12px;
}




.tablink {
background-color: green;
    color: white;
    font-family: 'Lato', sans-serif;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 14px;
        font-size: 12px;
    font-weight: 600;
    width: 50%;
    border-radius: 20px;
    position: relative;

}

.tablink:hover {
 background-color: #ddddec;
    color: black;
    border-radius: 20px;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  height: 100%;
}



.tablink:after:hover {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid darkgray;
}

.latest h4{
    text-align: center;
    color: #E9331F;
    font-weight: 700;
}
.latest h4:after {
    content: "";
    position: absolute;
    background: red;
    height: 2px;
    margin-top: 33px;
    width: 40%;
}

.latest-heading{
    font-size: 25px;
    font-weight: 500;
    margin-top: 25px;
}

.latest-description {
    white-space: pre-wrap;
       line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    padding-top:20px;
    text-align: justify;

}


.date {
    float: right;
    /* margin-top: -30px; */
    font-weight: 600;
    /* margin: 0; */
    /* padding: 0; */
    /* line-height: 0; */
}


.img{
        border: 2px solid red;
    margin-top: 25px;
}

.inside-head {
    color: red;
    padding: 17px 20px 10px 8px;
    font-weight: 600;
    
}

.text-limi{
   /*    overflow: hidden;*/
   /*text-overflow: ellipsis;*/
   /*display: -webkit-box;*/
   -webkit-line-clamp: 7; /* number of lines to show */
   /*        line-clamp: 7; */
   /*-webkit-box-orient: vertical;*/
   
   font-size:15px;
   text-align: justify;
       line-height: 25px;
           padding-top: 15px;
   
   
}

.news-img{
    width:77%; 
    height: 500px;
}
.extraimgfluid{
    height: 204px;
    width: 100%;
}

  
 .overlayimg {
   display: none;
   position: absolute;
   z-index: 10;
   background: rgba(0, 0, 0, .8);
   top: 0;
   width: 100%;
   /*height: 100%;*/
   margin: 0;
   text-align: center;

}
 .overlayimg .big-pic {
   background: white;
    border-radius: 5px;
    width: 30%;
    margin: 100px auto;
    padding: 10px;
}
 .overlayimg .big-pic img {
       width: -webkit-fill-available;
}
 .overlayimg .big-pic .photo-title {
   font-family: Arial;
   margin-top: 1em;
   text-align: left;
}
 .overlayimg .close {
   position: absolute;
   top: 20px;
   right: 20px;
   width: 30px;
   height: 30px;
   font-size: 20px;
   color: white;
   display: block;
   cursor: pointer;
}


/* .gallery {
   margin: 50px 100px;
}*/
 .picture-container {
   width: 400px;
   overflow: hidden;
   display: inline-block;
   margin: 10px;
}
.picture {
   width: 100%;
   cursor: pointer;
   display: block;
   transition: all 0.5s ease;
}
.picture:hover {
/*   transform: scale(1.1);*/
}


.obituary-date{
    margin-right: 15px;
}





